Amazing Windows Short Cut Keys

In this Tutorial we learn about some very important short cut key which help us to control the computer with keyboard.


if ... else Statements in PHP

In This Tutorial We Will Learn About IF Else Statement InPHP. In IF structure if the condition is true then statements in the body of IF will be executed and if condition is false then nothing will be executed and control transfer to next statement. But if you want to execute some statement in case of False result then you will use the IF and ELSE structure


Changing Default Homepage Of Your Bolg

his tutorial guide you that how can you change the default home page of your blog at blogger's.
In first Step add a Pages gadget in your blog with this you can redirect new page to your blog posts. for this purpose open your Dashboard and then Pages. Select Top Tabs in " Show Pages as " combo box.


GROUP BY Clause in SQL

In This Tutorial We Will Learn GROUP BY Clause In SQL . GROUP BY Clause In Sql Is Used For Arrange The Same Type Of Data In To Groups. GROUP BY Clause Is Used In SELECT Statement With Aggregate Functions . Read More About GROUP BY Clause In This Tutorial.


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...




Amazing Windows Short Cut Keys

In this Tutorial we learn about some very important short cut key which help us to control the computer with keyboard.


Set shadow, mid tone, and highlight

In this Tutorials you can learn that how we set the Shadow and high light in Your Image. You can find an easy way with the help of images and step by step procedure. Read this Tutorials and share with your friends.


Where clause In SQL

WHERE clause select the record conditionally from SQl database. WHERE keyword use with different statement in SQL for example WHERE with Select Statement, Delete from statement, Update statement etc. In This tutorial we explain WHERE clause with SELECT Statement. In SELECT Statement we give a condition with WHERE clause. Those record which satisfied the given were display.


UPDATE Command in SQL

In This Tutorial We Will Learn About UPDATE Command In SQL . UPDATE Command Is Used To Modify The The Table Data (Records) In SQL. UPDATE Command Used With SET Key Word. For Example If You Have A Table With Some Record And You Want To Make Some Changes In That Records, Then You Can Use UPDATE Command With SET Keyword. Read More About UPDATE COMMAND In This Tutorial.


if ... else Statements in PHP

In This Tutorial We Will Learn About IF Else Statement InPHP. In IF structure if the condition is true then statements in the body of IF will be executed and if condition is false then nothing will be executed and control transfer to next statement. But if you want to execute some statement in case of False result then you will use the IF and ELSE structure