Colorful Shining Text Effect in Photoshop


In this short tutorial i will show you how to create shining text effect in adobe photoshop with simple background, i hope you will learn something new from this tutorial. here is my final Result of this text effect: Step 1 Create a new document, use the size you want, it doesn’t matter, (I have used 500×300) and fill it with dark gray color, #222222 Step 2 Now create new layer and name it “Text”  place your text in this layer, Step 3 right click on this layer now and choose blending options > Gradient overlay and use colors setting which are given below, Step4 Duplicate this Layer and name it “Dupliacted Text” now choose “Dupliacted Text” layer and goto Filter > Blur > Gaussian Blur and set radius to 31.7 you will get

Create a Text Rollover(Hover) using CSS


In this tutorial I am going to show you how to create simple text which change its color on roll over . I assume you have a basic knowledge of HTML, and know what CSS is. If you have any questions please leave comments in this post with your email and i will try to solve it. First of all open a new notepad file and make a head tag, then you need to add a style tag in order to give your text a roll over effect <head> <style type=”text/css”> Now, assume that we have a link with blue in color and we want “red” as its rollover color so we have to use this code, <head> <style type=”text/css”> a:link { color:#0000FF; } a:hover { color:#FF0000; } </style> </head> Now, if you want to change the color of visited link then

Free High Quality Icons Set


I have compiled a list of many different free high quality and cool icons set that you can download for free. You can put these as favicon or simply use it to customize your windows look. Happy Valentine’s Day Free Valentine’s Day Icons Download for Mac OS X (156kB) | Download PNG (184kB) Friendly Fire Icons Friendly Fire pack contains 25 high quality (256×256 pixels) icons; PNG and ICO formats. This package includes: Girl smiley icon, Cocktail smiley icon, Cool smiley icon, Googles smiley icon and more… Download Now Super Mario Galaxy Icons Download Now WiFun Icons Download Now Mouse Season Download Now Royalty Free Icons for Toolbar and Web Download Mac OS X icons and PNG (108 Kb) Finding Nemo vista icons Download Now Winter Holiday Icons Free Christmas

Create your own simple RSS Feed Icon


create your own simple rss feed icon

At one point in your blog’s life, you’ll decide that you’ve outgrown the typical RSS button. This tutorial is for that time. There are tons of tutorials for Web 2.0 buttons and the like. In this tutorial I will show you how you made an easy RSS feed button in few easy steps.

The result of this Tutorial is shown below:

create your own rss feed icon
(more…)