Wednesday, September 14, 2011

How to Create Professional Business Cards Designs

This is a huge collection of business card design tutorials which will give you directions that how to create professional business cards including all tips and tricks of printing. This amazing collection will teach and help you regarding all perspective of design and print.

Sunday, September 11, 2011

How to Get the Maximum Advantages Using Twitter

Nowadays, marketing and advertising are two concepts that hardly may be separated and, handled smartly, this binomial may bring real advantages. No matter if a web designer works in an agency or as a freelancer, a better image in the community is fabulous and all experts are trying to achieve it. A well-known designer is employed by well-known clients and finally this means more money. There are no more words to convince you about that, it’s too obvious and it’s better to work at a strategy of self-promote yourself. This must be very well established, it must be created in order to work on multiple fronts as: portfolio, word-of-mouth, the quality of works etc., even a good presence on social media is important and contributes to the creation of a brand.

Thursday, September 1, 2011

The Role of a Logo

A logo is a graphical design concept, usually not complicated, that has the main role to represent the image of a product/service/company/website. Even if it is ignored by most of us, practically a logo has enough importance that while neglecting it, it may represent a serious mistake. People not connected to this domain consider logos a "discovery" born at the same time with the Internet, but this is wrong, evidence was found that the Romans used to stamp with an own patter the bricks fabricated by them. Using this method was simpler to identify the Roman production-here is the identity role of a logo.

Tuesday, August 23, 2011

Amazing Typography and Text Effect Tutorials of GIMP

GIMP stands for GNU Image Manipulation Program and this is an open source and free application for photo editing same like Photoshop. This tool also can be use for website designing and print media designing. We have already published Gimp tutorials collection before this which is “20+ GIMP Tutorials for Designers”.

Friday, August 19, 2011

Awesome Collection of Screen Printing Tutorials

Screen printing is a difficult task and this is a vast topic and there is a lot of learning required to become an expert. Screen printing is not an easy task for beginners so today we have find some good tutorials of screen printing for those who want to learn and become an expert.

Monday, August 15, 2011

Image of the Day PHP Tutorial

In this tutorial shows you how to display image of the day. You can adapt this script to display quote of the day, knowledge of the day or something else you want. You don't have to change image everyday just change images once a week. 

















 

What to do?


1. Find what today is? using date function and keep answer in variable name "$today".
2. Compare $today with name of the day.
3. Display "Today is " ... " and display image of the day.
4. test it. Try to change your machine date and see the result!


$today=date(l); // Find what today is? using date function


{code type=codetype}

// If today is Monday displays message "Today is Monday" and displays image1.gif
if($today==Monday){// Compare $today with name of the day.
echo "Today is Monday";
echo "<BR>"; // Line break
echo "<img src='images/image1.gif'>"; // images keep in forder "images"
}


{/code}

-----------------------------------------------------------------------------------------------------------------


If You want to show 1 month 31 images replace with this code

{code type=codetype}
$today=date(d); // display date "01", "02", "03"..."15", "16" ....
if($today==01){ .......

elseif($today==15){ .......


until $today==31


{/code}

|---|--------------------- code --------------------|---|


{code type=codetype}

<?
$today=date(l);// Find what today is? using date function


if($today==Monday){
echo "Today is Monday";
echo "<BR>";
echo "<img src='images/image1.gif'>";
}

elseif($today==Tuesday){
echo "Today is Tuesday";
echo "<BR>";
echo "<img src='images/image2.gif'>";
}

elseif($today==Wednesday){
echo "Today is Wednesday";
echo "<BR>";
echo "<img src='images/image3.gif'>";
}

elseif($today==Thursday){
echo "Today is Thursday";
echo "<BR>";
echo "<img src='images/image4.gif'>";
}

elseif($today==Friday){
echo "Today is Friday";
echo "<BR>";
echo "<img src='images/image5.gif'>";
}

elseif($today==Saturday){
echo "Today is Saturday";
echo "<BR>";
echo "<img src='images/image6.gif'>";
}

elseif($today==Sunday){
echo "Today is Sunday";
echo "<BR>";
echo "<img src='images/image7.gif'>";
}

?>


{/code}

Saturday, August 13, 2011

How to Make Lamp with Special Effects in Photoshop

Today we will let you know that How to make lamp with special effects in Photoshop. This tutorial is based on 2 major techniques of Photoshop "lighting" and "blending". You will learn different ways to use of these "lighting" and "blending" methods. This is simple tutorial and you don’t have need any extra skills required for this. So let’s start tutorial and hope you will enjoy making this.