Fission glow effect in Photoshop
by Fire G on Jul. 25th, 2008 in Design, Tutorial with 7 comments
This tutorial will teach you an awesome glow effect using some layer styles, the pen tool, and few blending options that most people overlook.
by Fire G on Jul. 25th, 2008 in Design, Tutorial with 7 comments
This tutorial will teach you an awesome glow effect using some layer styles, the pen tool, and few blending options that most people overlook.
by Fire G on Jul. 25th, 2008 in Design, Tutorial with No comments yet
This tutorial will you how to create a nice glow effect as well make it appear as if the glow is wrapping around an object.
To begin this effect we'll need an object to wrap around, start by opening some image. I'll be using a picture of "The Cult" off of Deviant Art. Select your pen tool and have it set to "paths" (press "p" on the keyboard).
by Fire G on Jul. 25th, 2008 in Design, Screencasts, Tutorial with 4 comments
This video shows the basics of the pen tool and how it can be used. Warning: This is only the basics and does not touch on the more complex functions.
by Fire G on Jul. 24th, 2008 in CSS, Coding, HTML/Javascript, Internet, Tutorial with 2 comments
Well through some CSS endeavors to find the golden stylesheet (personal goal of the ultimate design), I have created a CSS only DOM tab system. Meaning when you click on a tab the content changes. Usually this is done with Javascript/jQuery, but since I don't know how to code in either one of those, I created a CSS method.
by Fire G on Jul. 24th, 2008 in CSS, Coding, HTML/Javascript, Tutorial with 2 comments
To center a line a line of text can be very troublesome and drawn out affairs. But you can simple use the "line-height" element of CSS to set the text's height without distorting the font. To apply the rule use the format of "line-height: *height of container*;". Change *height of container* to the height of the div or whatever that is holding your text that you're centering the text in.
#example {height: 100px;}
#example p {line-height: 100px;}
by Fire G on Jul. 23rd, 2008 in Coding, HTML/Javascript, Tutorial with 1 comment
To have a random site title for you site you would place the following code between your HEAD tags.
<script type="text/javascript" language="javascript"> </script>