PHP Snippet: Bring Selected Tab Forward
When I first published my photoshop tutorial for creating quick filefolder style tab buttons, many people asked how I always made the selected tab appear to be in front of the others.
Unfortunately there is no easy way to accomplish this with straight html or css. The reason this is complex is because you are not only altering the selected tab, but the tabs on either side as well. You might be able to get away with this if you ditch the highlighting that I used and just have the tab outline.
Read more...Drupal CustomError + PHP
On filbar.org I wanted a 404 error page that is helpful rather than just displaying an error that indicates the page has been blotted from existance. When I migrated my website to Drupal I had to radically change the organization of my website and some of the content didn't make it over. I have noticed that many of my "Page Not Found" errors were referencing the url's from the old site. My solution was to create a custom error page that offered a short explanation and a link to where the content might be located. I also wanted to include search results for the words in the URL. To see an example go to the following URL: www.filbar.org/Personal/Resume/Resume.php (no longer used on this site).










