Kevin McMahon Web Design

CSS, XHTML, Web Design & Accessibility

Subscribe to RSS | Contact Me

August 2009

Using PHP to read files from a directory

Aug 31 2009

One of the first things that I learnt how to do in PHP years ago was to read files from a directory. I used it for a couple of projects and then promptly forgot about it, until recently it solved a problem that I encountered. It’s a really simple, and actually powerful, tool which can help... read more on Reading Directory Files With Php

Tags: PHP

Styling submit buttons with images

Aug 26 2009

There are a number of ways to create fancy looking Submit buttons, whether using html or css. Some people use javascript to send a form, using a style link button as the submit, while others use the button input type. Here’s how I would create an accessible and user friendly submit... read more on Styling Submit Buttons With Images

Tags: XHTML, CSS

back to top