Posts Tagged ‘tutorial’

Design an FREE Coupon in Adobe Photoshop

Tuesday, November 6th, 2007

[1] Open Adobe Photoshop and create a new document with this size 200 px with 200px and with the background TRANSPARENT.

New Document in Adobe Photoshop with TRANSPARENT background

[2] Now you need to select the Custom Shape Tool.

Custom Shape Tool in Adobe Photoshop
(more…)

101 Commands to type in RUN

Sunday, November 4th, 2007

I found this file on a p2p program and i think is useful! To try this commands go to start > RUN > type CMD and it will be open a window.

Run window

CMD Window

Accessibility Controls
access.cpl

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control.exe admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Certificate Manager
certmgr.msc

Character Map
charmap

Check Disk Utility
chkdsk
(more…)

Create a simple MENU in CSS

Tuesday, October 30th, 2007

Today we create a simple MENU in CSS. Click here to see the final result!

[1] Let’s to create the CSS:

<style type=”text/css”>
body  {
text-align: left;
background-image: url(”bg.gif”);
}
div     {
width: 100px;
height: 20px;
background-color: #338ce8;
}
div:hover
{
background-color: #085ea6;
}
a       {
color: white;
font-size: 18px;
text-decoration: none;
}
</style>

(more…)

Flash MP3 Player

Monday, October 29th, 2007

I found in my PC a very beautiful and easy to configurate. Click here to see an example!

Flash Mp3 Player
How to configurate:
(more…)

What do you need to make good beats?

Monday, October 29th, 2007

Today I invite K.ro an romanian producer to write an article on my blog about Music and he accepted!

What do you need 2 make good beats?

Software:

First you need a keyboard midi then you can download from dif sites software like cubase 2 sx ,3sx , but not 4 ..if you want cubase 4 you need to buy it ..,reson 3.0 ,4.0 ,ableton live,adic,fruity loops ..if you need help holla at me ..

You got the software… Reason to learn reason you need to wach some video tutorials first .It’s not so easy like Fruity Loops ..you can find here a reason tutorial .Try some refills then like salazar ,fantom x,motif,korg trinity refill, gold refills,back 2 black …
(more…)

Links and Pseudo-Classes in CSS

Sunday, October 28th, 2007

Today we learn about Links and Pseudo-Classes in CSS. I have made tutorials about rollover’s here and here, but this is something different and we talk about links & elements where we can put Pseudo-Classe, on a div, text,etc…

Pseudo-Classes:

:link
:visited
:active
:hover
:focus

(more…)

Create Tell A Friend script with HTML & PHP

Saturday, October 27th, 2007

Tell a Friend Printscreen

Final result HERE

Today we learn how to create a TELL A FRIEND script with HTML and PHP. If you want to exercise on my files, click here
to download them!
(more…)

Create a Contact Page with HTML and PHP

Saturday, October 27th, 2007

Contact Form

Final result: HERE

I have made a tutorial about how to install EasyPhp and now i come with an example. Today we learn how to create a
Contact Page in HTML and PHP very easy! Download the next files to exercise on them:
(more…)

How to create READ MORE in Blogger platform!

Thursday, October 25th, 2007

Today i create a new blog on Blogger platform. I write some posts and when i want to put ”Read more” on a post i can find it! I search on the Internet, i found something
but with few explications. Now i want to write this tutorial with some printscreens! Let’s start!
(more…)

Create Rollover Image in CSS

Wednesday, October 24th, 2007

Create Rollover Image in CSS ( You can see the final result HERE )

I made two buttons for this tutorial, save it if you want to work with them.


(more…)