Gordonmac Dot Com

Mostly a web development blog

Posts Tagged ‘Tutorials’

Styling search forms

Posted: December 16th, 2007 | Tags: | Posted in: CSS, Tutorials

Many people argue against removing browser default styles for form elements, especial replacing the default submit input with an image. This for the simple fact that text in an image cannot be resized by the user. However, forms are a continual interest for me, and where possible I …
Read more…

Getting the current URL with PHP

Posted: November 25th, 2007 | Tags: | Posted in: PHP, Tutorials

When I was creating the “Quick Navigation” page section I wanted to add as much helpful stuff as I could and place it in a readily accessible area of the layout. It contains a skip navigation link, a breadcrumb trail and a permanent link for easy bookmarking. The …
Read more…