DevDreams.com

Title

Webmaster Resources - Tutorials, Articles, News, Tools, Blogs - Dev Dreams

Description

Webmaster Tutorials Webmaster Articles Webmaster Tools Advertising Network Webmaster Blogs Discussion Forum Webmaster Competitions Downloads Webmaster Shop Webmaster Directory Blog Directory Webmaster Links

Adobe Photoshop can create a wide variety of text effects although one of the most popular and probably the easiest is the drop shadow. The drop shadow effect can be done on virtually anything whether its a bix, circle or even text. Judging from the name it is pretty self explanitory. It puts a shadow beneath the object or text characters which you can customize greatly. What we will make In this tutorial I will show you how to use Adobe Photoshop 7 to create a simple yet effective text effect using drop shadow. The end result will be the following. 1.png Creating the document The first step of anything with Adobe Photoshop 7 is of course to create your document. This is the area which you will work on. Firstly open up Adobe Photoshop...

PHP is a very powerful language on its own but when its is combined with the flexibility and power of MySQL databases it gets even better. MySQL databases work just like any other database: they store data and information in an organised format. This tutorial will show you how to establish a connection to that database or if it is not succesful, display an error message. Set connection details In order for us to connect to the database the server needs to know some information first. In the following piece of code we are setting that information as variables which we can use later on. $DBserver = "localhost"; $DBuser = "dbuser"; $DBpass = "dbpassword"; $DBname = "dbname"; As you can see there are four variables in the above snippet of ...

read more

Languages

English

Contact

Vine Media
Allston MA
United States 02134
+1.617

Logos

Logo-devdreams-com.png

Additional Information

Related Domains

External Links





Retrieved from "http://aboutus.com/index.php?title=DevDreams.com&oldid=13610462"