| |
Portfolio.
This section features links to — and screengrabs of — sites I have worked on, and links to pages on this site which demostrate various tasks using client-side and server-side scripting.
Sites
Here are some links to
sites I have designed and produced, or am in the process of so doing.
On the right are screen captures of some sites. Click on them to view
a larger version. More sites (work in progress, etc) are listed on my
links page.
Examples
This is not intended to be a comprehensive list of all I have achieved using server-side and client-side scripting. Rather, the examples are generally solutions to problems people have posted to usenet groups.
Client-side solutions using Javascript
- Change Title: This demonstrates how to change the title of the parent page – useful for framed pages.
- Set Field Focus: This will set the focus of a form field, unless the user has already started using the form while the page was loading. This solution is featured in the FAQ's for the alt.html newsgroup: http://www.html-faq.com/htmlforms/?entryfocus
- Slideshow: This is a javascript slideshow, where the images cycle automatically. You can change the rate of the cycle too.
- Catch: A rather silly javascript "game"... provides seconds of fun!
- Image Resizer: This uses javascript to dynamically resize an image in the document.
- Thumbtastic: This actually uses client-side javascript with server-side PHP, but the main effect is from the client-side script. It is to change a main image from a selection of thumbnails. PHP enables a non-javascript alternative.
Server-side solutions using PHP / MySQL
- Image Check: This uses PHP to check if an image exists before displaying it. If it does not exist, it is replaced by a default image.
- Format Number: This demonstrates the use of printf() in PHP to format the display of a number.
- Alternate Row Colours: This demonstrates using PHP to draw table rows with alternating background colours.
- See also Thumbtastic from the client-side list above, which also uses PHP.
|





|