Create a Custom Brush In Adobe Photoshop

In Adobe Photoshop there are many type of pre set brush and there sizes. but adobe also provide a facility that we create our own custom type of brush. The following procedure is used for this purpose: First of all create a new document. Now select the Brush Tool from the Tools palette Select any pre set brush for example Small Round Brush.


Convert Excel Data in to a Table

In This Tutorial you can learn how we create excel Table and what are the benefit of Excel Table. Why we create Table in Excel. These tables have useful features, like sorting and filtering, to help organize and view data.Read more.......


ATM Sample Project In Simple C Language

This is Simple program for ATM Project in C language for students who learning simple C language. This is also Run in C ++ Editor .


PHP Concatenation

In This Tutorial We Will Learn About concatenation operator In PHP.In PHP a simple dot or period sign ( . ) is concatenation operator. Concatenation operator join the tow string or tow variable to gather.


Slice Tool in Adobe Photoshop

In Adobe Photoshop The Slice Tool Allows You To Divide An Image Into Smaller Sections Which Fit Together Like A Single Image. This Tools Is Vary Help Full For Web Designer To Create Different Design Layout In Pieces And Display To Gather In Shape Of Webpage Like Menu , Header. Read More.........




Delete The Background With Magic wend tool

The Magic Wand tool allows you to select an area of an image based on its color. In This tutorials we delete the background of any image using magic wand tool.
Open the image and make its layer.
Select the magic wand tool in the toolbox. In the options bar, select a Tolerance value (0 to 255). This determines how closely to match colors, higher tolerance means a larger selection. in Our case we set tolerance 20.


Adobe Photoshop Patch Tool

The patch tools remove the unwanted element form the image. The patch retouches image using sampled pixels or pattern. if we removed unwanted part of image then we use patch tools. The patch tool take a sample from image and then mix with other part of image in this way any unwanted element hide. patch works like Healing tool. healing tool is used on small aria and for For larger areas.Read more...


VLOOKUP Function In MS Excel

The Excel VLOOKUP function is used when we want to search the value in one column (left most column) and return (display) the value form other column from the same row. in simple word we say that VLOOKUP function is used for a vertical lookup for the purpose of searching for a value in the left-most column of table and return a value from the same row in the index number position. where index number is the column number from which result display.


Hide your Facebook Friends List

n this tutorial we describe the process of hiding the friend list form other friend on face book.
Open your profile page and locate the Friends box in the left column.
Click on small icon of a pencil in the upper right-hand corner of the friends box.


LIKE Operator in SQL

In This Tutorial We Will Learn About LIKE Operator In SQL . LIKE operator is pattern matching In SQL. LIKE means Not Exactly just match some pattern for example when we use IN or BETWEEN or in Equal To (=) relational operator, then the Complete value compare if its match the whole value which is given in Condition then Its return other wise not. Read More About LIKE Operator In This Tutorial.