Home > Header
Permalink to Recreating Return True’s Sliding Header Using jQuery

Recreating Return True’s Sliding Header Using jQuery

by on 03.29.2011 | 17 comments

Kathy asked me how I created the sliding header that you may have noticed when you first entered the home page of Return True (yes, that’s this site). Well here is a very short tutorial explaining how it was done.

Permalink to Sexy Illustrative Sliding Header With jQuery

Sexy Illustrative Sliding Header With jQuery

by on 05.28.2010 | 8 comments

A very popular design element today is the large illustrative header, just like the one we have here at Return True. Something that is starting to become just as popular is adding the ability to hide said large header. Here I’ll show you how to do that.

Permalink to Scroll Activated Slide Down Header With jQuery

Scroll Activated Slide Down Header With jQuery

by on 04.09.2010 | 43 comments

I’m always looking for inspiration for new tutorials, and thanks to you lovely people I’ve always got something to try & create. Today I was asked to create a slide down header (similar to the footer), but with a creative twist.

Permalink to PHP Tip #5: header

PHP Tip #5: header

by on 04.02.2009 | no comments

Another useful command that all PHP coders should know is the header() function. You can use it to send a HTTP header to the server.