Photoshop: Add Rounded Edges to a Photo

October 29th, 2008

You’ve probably seen some of the most beautiful photography on display, accented with lovely rounded edges in different websites.

Oh sure, you probably know how to create a soft feathered edge but did you know that there’s a tool custom-built for creating rounded edges of the sharp-edge variety? It’s slightly hidden beneath the Vector Shapes [...]

Filled Under: Photoshop

Photoshop: create collage (mix two images into one)

October 28th, 2008

In this tutorial I will show how to create a collage using Photoshop.

Step 1
Create new document and open 2 images which you like to work with. Put them into their own layers and move those 2 images on a top of each other as shown below.

Step 3
Go to Layer menu and then Layer Mask. [...]

Filled Under: Photoshop

Javascript: Bookmark this page

October 28th, 2008

Adding the “bookmark this page” javascript below will help to encourage return visits. Your visitor simply clicks on the link and a popup prompt will appear so they can add your site to their favorites list.

Step 1
First you place the following in your tag of your html
Change the 4th and 5th lines “var url Address [...]

Filled Under: Javascript

Photoshop Create fancy frame

October 25th, 2008

In this tutorial I will show you how to create simple, yet, fancy frame using Photoshop.

Step 1
Let’s create a document 6X8”. Click on the foreground color and choose light blue color. Fill your background with this color by pressing AtL-Backspace

Step 2
Let’s add some texture to the background. Go under the Filter menu, under Texture and [...]

Filled Under: Photoshop

Photoshop Putting One Image Inside Another

October 23rd, 2008

Step 1

Create new document.
Step 2
Open the photo that has an area where you want to insert a different photo

Step 3
With the Rectangular Marquee tool, draw a selection around the cell phone.

Step 4
Open the photo you want to appear in the cell phone. Press CTRL-A to select entire photo, then press Control-C to copy the photo [...]

Filled Under: Photoshop

Stock Images

October 21st, 2008

http://www.sxc.hu/
http://www.public-domain-photos.com/
http://www.public-domain-photos.com/

Filled Under: Resources

Graphics Programs

October 21st, 2008

http://www.gimp.org/ (Free)

http://www.gimp.org/ (Free)

http://www.kanzelsberger.com/ (Free)

http://www.nattyware.com/pixie.html (Free Graphics Utility)

http://www.irfanview.com/

Filled Under: Resources

Javascript display current date and time

October 21st, 2008

<script>
var today=new Date()
document.write(’<center>’+today.toString()+’<br>’+window.location+’</center>’)
</script>

Filled Under: Javascript

Free buttons

October 21st, 2008

This buttons are absolutelly free. Use them in any way you want to.

Filled Under: Free Buttons

CSS Create Custom Bullets

October 21st, 2008

So you decided to make your bullets nicer and don’t know how… Use this simple trick and you will love css:

<UL STYLE=”list-style-image: url(mybulletimage.gif)”>
<LI>Bullet 1</LI>
<LI>Bullet 2</LI>
</UL>

Result of the code Bullet 1
Result of the code Bullet 2

Filled Under: CSS